home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm2 / mm_1_2.lha / MM / History < prev    next >
Text File  |  1996-04-30  |  12KB  |  252 lines

  1.  
  2.                     #################################
  3.                     ##                             ##
  4.                     ##  Changes from v1.1 to v1.2  ##
  5.                     ##                             ##
  6.                     #################################
  7.  
  8.  
  9. Changes in Mail Manager:
  10. ------------------------
  11.  - Added 'CatchUp' entry to the Miscellaneous menu of the Areas, Messages and
  12.    Browse windows
  13.  - Added  'Matrix Reply'  entry  to  the  'Message'  menu in the Messages and
  14.    Browse windows
  15.  - Added 'Copy to Clipboard' entry to the 'Message'  menu in the Messages and
  16.    Browse windows
  17.  - Added  'Toggle New Flag'  entry to the 'Message'  menu in the Messages and
  18.    Browse windows
  19.  - Added 'UnSelect' entry in the cycle gadget of the Flags window.
  20.  - Added 'CatchUp' function. It flags as READ all the msgs in an area.
  21.  - Added  'Matrix Reply'  function.  It  replies  to the matrix area with the
  22.    address nearer to the address used in the original echo area.
  23.  - Added 'Copy to Clipboard'  function.  It copies the current message to the
  24.    Clipboard.
  25.  - Completelly  changed  the management of the charsets.  Now MM assumes that
  26.    in your text editor you are always using a LATIN font.  Many users/testers
  27.    reported me that this should be the right behaveour.
  28.  - Implemented Custom Functions. Implemented:
  29.      IMPORT
  30.      EXPORT
  31.      TICKIMPORT
  32.      TICKHATCH
  33.      FILEREQUEST
  34.  - Now  in  the  Browse window if you press '0' on the numeric keypad MM will
  35.    scroll down the msg of one page.  When it is on the end of the msg it will
  36.    go  to  the  next  msg  in  the thread.  When it is on the last msg of the
  37.    thread  it  will  read the next unread message.  When you reach the end of
  38.    the  messages  in  the area it goes to the next area with unread messages,
  39.    and starts reading the first unread message.
  40.  - Now,  while  looking  in  the userlist, MM uses the entry with the address
  41.    nearer to the address used in the area.
  42.  - Now  during  the  Delete / Optimize  of  Quick  and  Compressed  areas  MM
  43.    automatically performs a renumber only if #AUTORENUMBER is set
  44.  - Now  the  Renumber  function  works  also  on  Quick and Compressed areas.
  45.    Remember that you MUST renumber an area BEFORE its HiMsgNum reaches 65535.
  46.  - Now the TickCommand supports also the \% control character
  47.  - Now the maximum lenght for the Logos strings is 512 chrs
  48.  - Now  the internal  FileRequest utility allows you to enter filenames up to
  49.    64 chrs long.
  50.  - Now,  while  forwarding  a  msg,  if  'Quote Kludges'  is selected MM will
  51.    include the kludges and the footer of the forwarded msg
  52.  - Now  MM imports also bundles with 4D filenames and a letter as last chr of
  53.    the extension
  54.  - Now  the  'DESC' keyword in the .TIC parsing is no more passed through but
  55.    simply skipped.
  56.  - Now MM correctly parses also AREA:  lines with a space between the 'AREA:'
  57.    keyword and the TagName
  58.  - Now when MM parses the TickCommand string it replaces every ` with an ' so
  59.    it should solve problems with DOS and the pipe chr.
  60.  - Inserted the Kill Sent gadget in the cycle chain of the Message Parameters
  61.    Window
  62.  - Now MM and MM_Prefs use the correct background for Framed Groups
  63.  - Now MM correctly reactivates the areas list when you go back to the  Areas
  64.    Window
  65.  - Changed  the  objects activation order in the Message Parameters Window in
  66.    order to correctly work also with MUI 3.x
  67.  - Now when  MM autocreates an area it replaces '/' in the area Path with '_'
  68.  - Now when you Edit an UNSENT message, MM preserves also the RRR flag of the
  69.    original message
  70.  - Now  during  the  DeepScan of a Plain area MM correctly set the SYSOP flag
  71.    even if the msg is addressed to the configured Alias for the area.
  72.  - Now  during the  DeepScan  of a Plain area MM correctly sets the UNREPLIED
  73.    flag.
  74.  - Now  also the sorting by 'From' and by 'To' in the Messages window is case
  75.    insensitive
  76.  - Now  if  a  matrix  file  attached is flagged as KILLSENT the file will be
  77.    deleted by the mailer after being sent.
  78.  - Now  MinFreeMem  messages  are written to the logs only with levels higher
  79.    than 3
  80.  - Redesigned the Area Statistics window
  81.  - Improved the userlist management for UUCP addresses.
  82.  - Improved the routines for the recognition of quoted lines.
  83.  - Improved the routines for the area recognition for netmail messages.
  84.  - Improved the LOW MEM routines. Fixed an ugly bug that could create a guru.
  85.  - Fixed a bug in the parsing of control chrs.
  86.  - Fixed a bug in the parsing of control codes (%s)
  87.  - Fixed a bug in the parsing of control codes (\%)
  88.  - Fixed  a  bug  in  the  forward routines.  Tear  and Origin lines were not
  89.    stripped when the msg was forwarded in a mail area.
  90.  - Fixed a bug in the EditMsg function when multisend is selected
  91.  - Fixed  a  bug  in the File Request function ( it tried to open a .REQ file
  92.    addressed to a point )
  93.  - Fixed a bug in the address compare function.
  94.  - Fixed a small bug in the IBM->LATIN charset translation table
  95.  - Fixed a problem with the TAB key in the Browse window
  96.  - Fixed a problem in the tear lines
  97.  - Fixed an enforcer hit during the import of tick files without a Password
  98.  
  99.  
  100. Changes in the ARexx interface:
  101. -------------------------------
  102.  - Added some new Arexx Commands:
  103.      MM_GetTaskPri   VARNAME/A
  104.      MM_SetTaskPri   PRIORITY/N
  105.      MM_SetNodeInfo  NODE/A, PARAMETER/A, DATA/A.
  106.      MM_QuoteMsg     AREATAG/A, MSGNUM/A.
  107.      MM_MoveMsg      FROMAREATAG/A, MSGNUM/A, TOAREATAG/A.
  108.  - Changed syntax of MM_QuoteMsg ARexx command.
  109.      MM_QuoteMsg     AREATAG/A, MSGNUM/A, NOLOGO/F
  110.  - Added <STEM>.ARCHIVER field to the stem returned from MM_GetNodeInfo
  111.  - Added <STEM>.ALIAS    field to the stem returned from MM_GetAreaInfo
  112.  - Added <STEM>.CFGFILE  field to the stem returned from MM_GetCfgPaths
  113.  - Added UNKNWAREA, UNLNKNODE, DUPE, to the flags returned from MM_ReadMsg
  114.  - Now MM_SearchMsg is able also to search for the following flags:
  115.       DEL          !DEL
  116.       MARK         !MARK
  117.       SAFE         !SAFE
  118.       SYS          !SYS
  119.       DUPE         !DUPE
  120.       UNKNWAREA    !UNKNWAREA
  121.       UNLNKNODE    !UNLNKNODE
  122.  - Increased to 8192 bytes the maximum line lenght read by MM_ReadStem.
  123.  - Now the AREA: line is considered as a kludge in MM_ReadMsg
  124.  - Now  MM_MultiSelReq  and  MM_SingleSelReq correctly returns RC = 1 only if
  125.    the user pressed the Cancel gadget
  126.  - Fixed a Bug in  MM_DelAreaNode and MM_DelTickAreaNode.  They do not update
  127.    correctly the ReadOnly and WriteOnly flags of the area
  128.  - Now  if  you flag as SENT a msg written with MM_WriteMsg it will be flaged
  129.    as SENT also in the GUI windows.
  130.  - Now  MM_EditMsgFlags  correctly  updates  the number of UnReplied, New and
  131.    Sysop messages showed in the Areas List.
  132.  - Back to SetRexxVar(msg,var,"",0);
  133.  
  134.  
  135. Changes in the Configuration:
  136. -----------------------------
  137.  - Added #CUSTOMFUNCTION configuration parameter
  138.  - Added #(NO)AUTORENUMBER configuration parameter
  139.  - Now  if you specify  'NONE'  as Archiver in a #NODE line EchoMail for that
  140.    node will be sent uncompressed
  141.  - Fixed  a  small  bug  in  MM_Prefs  in  the management of listviews with a
  142.    Default entry
  143.  - Added two new control characters:
  144.      %J - Address of the Addressee ( without Domain )
  145.      %j - Address of the Addressee ( without Point and Domain )
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.                     #################################
  154.                     ##                             ##
  155.                     ##  Changes from v1.0 to v1.1  ##
  156.                     ##                             ##
  157.                     #################################
  158.  
  159. Changes in Mail Manager:
  160. ------------------------
  161.  - Now  MM  automatically loads MM_Prefs if it doesn't find the configuration
  162.    file.
  163.  - Changed  the  routing  management.   If  MM cannot find a valid routing it
  164.    routes the message to the listed node nearer to the destination address of
  165.    the message. With this feature normal points should be able to completelly
  166.    ignore the routing statements.
  167.  - Now if you are a Point and there is no node linked to an ECHO or TICK area
  168.    MM will automatically link your Boss to the area.
  169.  - Added 3 completelly new Text Styles for colored texts:
  170.     # - Fill Pen
  171.     $ - Shine Pen
  172.     ^ - Highlight Pen
  173.  - Completelly changed the Text Styles routines. Now should always work.
  174.  - Now MM supports also multiple text styles.
  175.  - Improved the quoting routines for already quoted lines.
  176.  - Now  during the quoting of a msg, Seen-By lines are no more reflown.  This
  177.    fixes also  the problem of the Seen-By lines quoted also with QuoteKludges
  178.    disabled.
  179.  - Added full support for UUCP Addresses and Gates in the Userlist and in the
  180.    Message Parameters Window.
  181.  - Improved support for ^REPLYADDR and ^REPLYTO kludges.
  182.  - Improved the Userlist support. Added UserName completion.
  183.  - Added  a  button in the Message Parameters Window in NetMail Areas to show
  184.    some information about the Destination Node of the message.
  185.  - Added Support for the 'KILLSENT' Flag in the Message Parameters Window.
  186.  - Now  when  you  are  going to delete many UnSent messages MM will open the
  187.    confirmation requester only once.
  188.  - Fixed a bug in the parsing of the control codes in the Forward text.
  189.  - Implemented support for Random Origins.
  190.  - Fixed the bug of the missing leading blank lines on edited messages.
  191.  - Now the File Request window is partially asynchronous.
  192.  - Now the File Request function loads existing .REQ files.
  193.  - Improved the MinFreeMem routines.  Now MM first frees areas left untouched
  194.    by a longer time.
  195.  - Now MM no more oblige you to enter twice in an area if a MinFreeMem happen
  196.    while you are entering in the area.
  197.  - Small improvements to the memory management.
  198.  - Fixed  a  bug that creates problems during the import of messages with too
  199.    long ^aMSGID:  and ^aREPLY:  lines.
  200.  - Now MM checks the format of the date of a message also during export.
  201.  - Now MM should be able to import also incomplete (FD-like) FSC-0039 PKTs.
  202.  - Now MM support also letters as last chr of bundle names.
  203.  - Improved the bundle recognition routines.
  204.  - Increased  to 1024 the maximum number of TICs that MM is allowed to import
  205.    in a single import session.
  206.  - Changed  the format of the msgbases.  MM should automatically upgrade your
  207.    msgbases.
  208.  - Completelly  changed  the  dupechecking routines.  Now MM stores the dupes
  209.    data in a separate file. Added Dupe Checking also in PassThrough areas.
  210.  - Now  the  rescue  of  a  corrupted message base works also on Unregistered
  211.    versions.
  212.  - Improved support for the Professional File System.
  213.  - Fixed some minor bugs.
  214.  - Many minor improvements.
  215.  
  216.  
  217. Changes in the ARexx interface:
  218. -------------------------------
  219.  - Added one ARexx Command:  MM_Version  STEM/A
  220.  - Added one ARexx Command:  MM_ListMsgs AREATAG/A, STEM/A
  221.  - Changed  syntax  of  MM_Rescan  ARexx  Command.   Added support for a date
  222.    limited Rescan.
  223.  - Now MM_Import returns:
  224.      0 - No message imported
  225.      1 - Matrix messages imported
  226.      2 - Echo messages imported
  227.      3 - Matrix & Echo messages imported
  228.  - Added <STEM>.TEMPFILE to the stem returned by MM_GetCfgPaths.
  229.  - Now  MM  correctly  exits if during a MM_LoadCfg it founds an error in the
  230.    configuration.
  231.  
  232.  
  233. Changes in the Configuration:
  234. -----------------------------
  235.  - Now if you specify "Delete By Date" MM will delete messages by Import Date
  236.    and the number specified is the number of DAYS left.
  237.  - Added #NUMDUPES <number of dupes>  parameter.
  238.  - Added 'NumDupes' line to #AREA parameters.
  239.  - Added #ORIGINRANDOM <label> "<OriginsFile>"  parameter.
  240.  - Added #(NO)ADDRETOSUBJ parameter.
  241.  - Added #TEMPFILE "<filename>"   parameter.
  242.  
  243.  
  244. Changes in MM_Prefs:
  245. --------------------
  246.  - Now  if  MM_Prefs doesn't find a configuration file it is able to create a
  247.    default Point configuration.
  248.  - Now  MM_Prefs is able to delete a node still listed in  Areas and  Routing
  249.    statements.
  250.  - Fixed some bugs.
  251.  
  252.